home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Technology Seed / Jan. '98 ATS.toast / NavServices1.0b3 / Navigation Services SDK / Examples / Sampler / Sampler ƒ / Mysprintf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-12  |  256 b   |  17 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        Mysprintf.h
  3.  
  4.     Copyright:    © 1997 by Apple Computer, Inc., all rights reserved.
  5.  
  6. */
  7.  
  8. #ifndef __TYPES__
  9. #include <Types.h>
  10. #endif
  11.  
  12. #ifndef __MYSPRINTF__
  13. #define __MYSPRINTF__
  14.  
  15. void Mysprintf(StringPtr s, StringPtr fmt,...);
  16.  
  17. #endif // __MYSPRINTF__